home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / comm / news / slrn-bin.lha / slrn / doc / README.GroupLens < prev    next >
Text File  |  1998-05-03  |  2KB  |  57 lines

  1. The GroupLens support should work on most Unix systems.  It may even
  2. work for OS/2 or VMS.
  3.  
  4. For information about GroupLens, see
  5.  
  6.     http://www.cs.umn.edu/Research/GroupLens/trial.html
  7.  
  8. Edit src/slrnfeat.h to enable support for GroupLens,
  9.  
  10. The next step is to create a file called .grplens in your home
  11. directory.  This file must contain lines such as:
  12.  
  13. PSEUDONYM your-pseudonym
  14. BBBHOST grouplens.cs.umn.edu
  15. BBBPORT 9000
  16. comp.os.linux.misc
  17.      .
  18.      .
  19. rec.food.recipes
  20. rec.arts.movies.current-films
  21.  
  22. The last lines in the file consist of newsgroup names.  See
  23. http://www.cs.umn.edu/Research/GroupLens/trial.html for information
  24. about which groups are supported.
  25.  
  26. The PSEUDONYM line must contain a registered pseudonym.  To register a
  27. pseudonym, see http://www.cs.umn.edu/Research/GroupLens/trial.html for
  28. a registering link.
  29.  
  30. Once you have created your .grplens file with a registered pseudonym,
  31. you need to add the line
  32.  
  33.    set use_grouplens 1
  34.  
  35. to your .slrnrc file.  After doing that, simply run slrn.  When you
  36. enter a supported newsgroup, slrn will retrieve rating for the
  37. newsgroup from the GroupLens server and display the ratings in the
  38. header summary window.  The display format is set via the DISPLAYTYPE
  39. line in your .grplens file.  Again, see the GroupLens web page for
  40. supported DISPLAYTYPE or look at the documentation in the GroupLens
  41. library directory.
  42.  
  43. To rate articles that you have read, simply press `0' followed by an
  44. integer `1' through `5' where `1' is a low rating and `5' is a high
  45. rating. After leaving the newsgroup, slrn will send your ratings back
  46. to the GroupLens server.  Note: Only those newsgroups that the
  47. GroupLens server supports which are also listed in your .grplens file
  48. may be rated.
  49.  
  50. The header display in a group for which GroupLens ratings have been
  51. requested, will include a ratings field.  The ratings field will
  52. either consist of one or more `*' characters, or a `?'.  The `?' means
  53. that there is no GroupLens information for the article for which the
  54. header refers.  Articles for which GroupLens information is available
  55. will contain one or more `*' characters on the header lines to
  56. indicate a rating of 1 to 5.
  57.